refactor(timezone): checkTime in dnode and mnode implementations and timetruncate logic for interval (3.3.6 branch)#35058
Conversation
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 11 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| return ts; | ||
| } | ||
|
|
||
| int32_t code = 0; |
There was a problem hiding this comment.
int32_t code = 0; in taosTimeTruncate is unused, which will trigger -Wunused-variable warnings (and may fail the build if warnings are treated as errors). Remove it or use it for actual error propagation.
| int32_t code = 0; |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… accurate DST handling
…ieval logic in mnode
…cal bug related to timezone offset retrieval
… in dmSendStatusReq
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
error handling in mndGetCurrentTimezoneCheckTime [skip ci]
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…tAtTicks function
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…s with improved caching mechanism
Description
Issue(s)
Checklist
Please check the items in the checklist if applicable.